plusAssign

@JvmName(name = "plusAssignAdminKey")
inline operator fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.plusAssign(value: ByteString)
The public key authorized to send admin messages to this node.

repeated bytes admin_key = 3;

Parameters

value

The adminKey to add.


@JvmName(name = "plusAssignAllAdminKey")
inline operator fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.plusAssign(values: Iterable<ByteString>)
The public key authorized to send admin messages to this node.

repeated bytes admin_key = 3;

Parameters

values

The adminKey to add.